cmd: ubi: Make ubi_detach() static
authorStefan Roese <[email protected]>
Wed, 31 Oct 2018 11:37:20 +0000 (12:37 +0100)
committerJagan Teki <[email protected]>
Thu, 22 Nov 2018 06:09:52 +0000 (11:39 +0530)
commitd821e5edfb8023dc01baa8e1fc0487485f313db2
tree345418bf13b6103b8e4188a53681d7b547002571
parentc907464a0ad5f1327a3873e9d0ffd617a0182a44
cmd: ubi: Make ubi_detach() static

Its only called from this file, so make it static. While at it, remove
some occurances of multiple blank lines as well.

Signed-off-by: Stefan Roese <[email protected]>
Cc: Boris Brezillon <[email protected]>
Cc: Miquel Raynal <[email protected]>
Reviewed-by: Miquel Raynal <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
cmd/ubi.c